ChromiumBinariesDeliveryException

constructor(message: String)

Constructs a ChromiumBinariesSetupException with the given message.

Parameters

message

the message


constructor(cause: Throwable)

Constructs a ChromiumBinariesSetupException with the given cause.

Parameters

cause

the cause


constructor(message: String, cause: Throwable)

Constructs a ChromiumBinariesSetupException with the given message and cause.

Parameters

message

the message

cause

the cause